projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
464770d
)
* test/lisp/autorevert-tests.el: Try to fix remote hydra.nixos tests.
author
Glenn Morris
<rgm@gnu.org>
Mon, 27 May 2019 21:08:07 +0000
(14:08 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 27 May 2019 21:08:07 +0000
(14:08 -0700)
test/lisp/autorevert-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/autorevert-tests.el
b/test/lisp/autorevert-tests.el
index 5024a2daf0a62e093bbfb744edcdede8eaf0b148..79eba8b165293df6227d71b84865dbc4d7f2e91c 100644
(file)
--- a/
test/lisp/autorevert-tests.el
+++ b/
test/lisp/autorevert-tests.el
@@
-62,6
+62,9
@@
tramp-verbose 0
tramp-message-show-message nil)
+(when (getenv "EMACS_HYDRA_CI")
+ (add-to-list 'tramp-remote-path 'tramp-own-remote-path))
+
(defconst auto-revert--timeout 10
"Time to wait for a message.")